lcTIN_Isolines Home

Creates isolines of a TIN object

 int lcTIN_Isolines (
   HANDLE hTIN,
   double Zstep,
   int BoldStep,
   HANDLE hLcWnd
 );

Parameters
hTIN
  Handle to a TIN object.
Zstep
  Z distance between isolines levels (LC_PROP_TIN_ISOSTEP property).
BoldStep
  Defines a number of Z-levels between isolines drawn by thick line (LC_PROP_TIN_ISOBOLD property).
hLcWnd
  Handle to a graphics window object.

Return Value

  Number of created isolines.

See Also

  Code sample,   lcTIN_IsoGetFirst,   lcTIN_IsoGetNext